home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Compression / Opener / Source / DirPanel.h < prev    next >
Text File  |  1993-07-15  |  390b  |  15 lines

  1. /* DirPanel
  2.  *
  3.  * A category of SavePanel that extends SavePanel's capabilities
  4.  * to specifying directories instead of files.
  5.  *
  6.  * Copyright 1991, Scott Hess.  This source code may be redistributed
  7.  * and modified without restriction.
  8.  */
  9. #import <appkit/appkit.h>
  10.  
  11. @interface SavePanel (DirPanel)
  12.     /* Call this routine as opposed to SavePanel's runModal. */
  13. -(int)dirPanelRunModal;
  14. @end
  15.